home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tptc17tc.zip / README < prev    next >
Text File  |  1988-03-26  |  4KB  |  124 lines

  1.  
  2.  
  3.  
  4.                    TPTC - Turbo Pascal to C translator
  5.                          Version 1.7, 25-Mar-88
  6.  
  7.            Copyright 1988 Samuel H. Smith; ALL RIGHTS RESERVED
  8.  
  9.  
  10.         These files are distributed under the SourceWare concept.
  11.        Do not distribute modified versions without my permission.
  12.             Do not use any of this in a commercial product.
  13.         Do not remove this notice or any other copyright notice.
  14.  
  15.  
  16.  
  17.  
  18. Tptc is delivered in three archives:
  19.  
  20. TPTC17.ARC      67244  03-26-88  Translate Pascal to C.  Exe+DOC files.   v1.7
  21.         This is the main distribution archive.  It contains the
  22.         translator, documentation and a few supporting files. See
  23.         HISTORY.DOC for the revision history, including changes since
  24.         the manual was last updated.  See TODO.DOC for a list of changes
  25.         that are planned in the near future.
  26.                       
  27. TPTC17SC.ARC    63947  03-26-88  Full Source Code for TPTC.  SourceWare.  v1.7
  28.         This is the complete source code for TPTC.  This is distributed
  29.         under the SourceWare concept.  See the file LICENSE.DOC for
  30.         details.
  31.            
  32. TPTC17TC.ARC    34428  03-26-88  A number of Test Cases for TPTC.         v1.7
  33.         This archive contains a number of "test cases" used to verify
  34.         the operation of TPTC.  New test cases are added as the
  35.         translator development proceeds.
  36.            
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                                DISCLAIMER
  44.                                ==========
  45.  
  46.      IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  47.      LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  48.      DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
  49.      FOR ANY CLAIM BY ANY OTHER PARTY.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.   ----------------
  61.      Turbo Pascal is a registered trademark of Borland International.
  62.  
  63.  
  64.                                  LICENSE
  65.                                  =======
  66.    SourceWare: What is it?
  67.    -----------------------
  68.    SourceWare is my name for a unique concept in user supported 
  69.    software. 
  70.    
  71.    Programs distributed under the SourceWare concept always offer
  72.    complete source code. 
  73.  
  74.    This package can be freely distributed so long as it is not  modified
  75.    or sold for profit.  If you find that this program is  valuable,  you
  76.    can send me a donation for what you think it is  worth.  I suggest
  77.    about $20.  The donation is manditory if you are using this program 
  78.    in a comercial setting.
  79.  
  80.    Send your contributions to:
  81.       Samuel. H. Smith
  82.       5119 N. 11 ave 332
  83.       Phoenix, Az 85013
  84.  
  85.  
  86.    Why SourceWare?
  87.    ---------------
  88.    Why do I include source code?   The value of good software should be
  89.    self-evident.   The source code is the key to complete understanding
  90.    of a  program.  You can read it to find out how things are done.  You
  91.    can also change it to suit your needs, so long as you do not 
  92.    distribute the modified version without my consent. 
  93.  
  94.  
  95.    Copyright
  96.    ---------
  97.    If you modify this program, I would appreciate a copy of the  new
  98.    source code.   I am holding the copyright on the source  code, so
  99.    please don't delete my name from the program files or  from the
  100.    documentation. 
  101.  
  102.  
  103.                                  SUPPORT
  104.                                  =======
  105.  
  106.    I work very hard to produce a software package of the highest 
  107.    quality and functionality.  I try to look into all reported  bugs,
  108.    and will generally fix reported problems within a few  days.  
  109.  
  110.    Since this is user supported software under the SourceWare  concept, 
  111.    I don't expect you to contribute if you don't like it  or if it
  112.    doesn't meet your needs. 
  113.  
  114.    If you have any questions, bugs, or suggestions, please contact  me
  115.    at: 
  116.        The Tool Shop BBS
  117.         (602) 279-2673
  118.  
  119.    The latest version is always available for downloading. 
  120.  
  121.    Enjoy!     Samuel H. Smith
  122.               Author and Sysop of The Tool Shop.
  123.  
  124.